Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32
authorTor Lillqvist <tml@novell.com>
Tue, 13 May 2008 08:49:51 +0000 (08:49 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 13 May 2008 08:49:51 +0000 (08:49 +0000)
2008-05-13  Tor Lillqvist  <tml@novell.com>

Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32

* gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Set
the "packet rate" of devices to zero instead of 50. This is
reported to help significantly with Wacom tablet behaviour in GIMP
and Inkscape. Patch from Thomas Bleeker.

svn path=/trunk/; revision=20104

ChangeLog
gdk/win32/gdkinput-win32.c

index 612f7e1d978bfde964bc8503021e1d2bdca00465..0fd23ad39946732bbb4a89c1e5fb497bb9dc69af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-05-13  Tor Lillqvist  <tml@novell.com>
+
+       Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32
+
+       * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Set
+       the "packet rate" of devices to zero instead of 50. This is
+       reported to help significantly with Wacom tablet behaviour in GIMP
+       and Inkscape. Patch from Thomas Bleeker.
+
 2008-05-12  Richard Hult  <richard@imendio.com>
 
        * gdk/quartz/gdkevents-quartz.c:
index 4648544802e044973d48befc1dfe10bc78f92a5c..44472dbfa029b3d915cedeaf73d3b9df77a0928d 100644 (file)
@@ -433,7 +433,7 @@ _gdk_input_wintab_init_check (void)
       lc.lcOptions |= CXO_MESSAGES;
       lc.lcStatus = 0;
       lc.lcMsgBase = WT_DEFBASE;
-      lc.lcPktRate = 50;
+      lc.lcPktRate = 0;
       lc.lcPktData = PACKETDATA;
       lc.lcPktMode = PACKETMODE;
       lc.lcMoveMask = PACKETDATA;